<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Slider */

/* Icons */
.wrap{margin: 0 auto; width:100%; position: relative;}
/* Arrows */
.your-class, .your-class img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.slick-slide:focus { outline:none;}
.slick-prev:focus { outline:none;}
.slick-next:focus{outline: none;}
.slick-prev{font-size: 0;line-height: 0;display: block;cursor: pointer;border: none;color: red;position:absolute;width:27px;height:47px;top:50%;margin-top:-23px;background:url(../../images/jiantouzuo.png) no-repeat left center;left:20px;z-index:999;}
.slick-next{font-size: 0;line-height: 0;display: block;cursor: pointer;border: none;color: red;position:absolute;width:27px;height:47px;top:50%;margin-top:-23px;background:url(../../images/jiantouyou.png) no-repeat left center;right:20px;z-index:999;}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index:999;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    background:white;
    border-radius:50%;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 12px;  /*æ”¹æˆ0pxå°±å˜æˆä¸æ˜¾ç¤ºäº†*/
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0px;
    cursor: pointer;
    color: red;
    border: 0;
    outline: none;
    background: transparent;
    text-indent:-9999px;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

.slick-dots li.slick-active{
    background:#fe9012;
}

</pre></body></html>